home *** CD-ROM | disk | FTP | other *** search
/ RComp HTML Edit Studio for RISC OS / RComp HTML Edit Studio for RISC OS.iso / ZIPS / HTML.ZIP / HTMLEdit / Utilities / CSS+JS / !CSSDesign / Messages < prev    next >
Encoding:
Text File  |  2000-06-01  |  2.0 KB  |  50 lines

  1. # Help Messages for windows/icons
  2. HInfobox:This \w displays information about ¤Appname$¤
  3. HInfobox3:Geoff Youngs wrote this program|M\Semail him.
  4. HInfobox4:\Ssee the latest version of this program (www)
  5. HIconbar:\T¤Appname$¤ icon
  6. HDescPane:\TTAG choice window.  Click SELECT on one of the TAG names to edit the attributes for that tag
  7. HAttrPane:\Tattribute editing window.  Click MENU on the grey icons to open the default options for this attribute (where available)
  8. Choice:\Tchoices window for CSS Designer.  Use it to change the configuration.
  9. ChoiceAllow:Selecting this option will allow the use of named colours (when selected from the menu)
  10. ChoiceSave:\Ssave choices
  11. ChoiceApply:\Suse choices without saving
  12. ChoiceCancel:\Sto ignore any changes
  13. ToolBox:\Ttool bar.
  14. ToolSave:\Sopen the save window
  15. ToolHelp:\Slaunch the CSS StrongHelp manual
  16. ToolView:\Sview the current element
  17. ToolAdd:\Screate a new element
  18. ToolKill:\Sdelete the current element
  19. ToolValidate:\Svalidate the entire sheet
  20.  
  21. # Menu Help Information
  22. HMQuit:\Squit ¤Appname$¤
  23. HMInfo:\Rsee information about ¤Appname$¤
  24. HMChoices...:\Sopen the choices dialogue
  25.  
  26. # Misc.
  27. Message:Message from ¤Appname$¤
  28.  
  29. SaveHeader1:/*Designed using ¤Appname$¤ (¤version$¤) for RISC OS (freeware)
  30. SaveHeader2:Available from ¤AppURL$¤*/
  31. SaveHeader3:
  32. SaveHeader4:
  33.  
  34. #Validation Problems
  35. url-bad:Malformed URL - must be in form url(http://foo.bar) or url(index.htm)
  36.  
  37. col-length:Incorrect length - must be in form #RGB or #RRGGBB
  38. col-bad:Malformed colour - must be in form rgb(x,y,z) where x,y and z are all either integers 0-255 or percentages 0%-100%
  39.  
  40. pc-char:Illegal character in percentage - it can only be made up from a + or - followed by 0.0-100.0 %
  41. pc-nopc:% character required for percentage value
  42.  
  43. size-unit:Unrecognised/missing unit. One of the following must be used em,ex,px,in,cm,mm,pt,pc.
  44. size-space:Spaces are not permitted in size definitions
  45.  
  46. menu-missing:Invalid entry. Check spelling and/or predefined menu.
  47.  
  48. prob-wrong:Entry probably has incorrect syntax
  49. prob-ok:Entry probably has correct syntax
  50.